23. Making a Pull Request

Making a Pull Request

Question:

Start Quiz:

Solution:

INSTRUCTOR NOTE:

Instructions

Suppose you run each of the given commands in order with the local master branch checked out. Check each place (working directory, staging area, local master, or GitHub master) where the files would be changed by that command.

Sarah accidentally says that the local master is the only thing that changes when you run git pull origin master. However, the working directory and staging area will also update when you run git pull. That's why when you run git pull, you see your files update, not just the git log output.